home *** CD-ROM | disk | FTP | other *** search
/ .net (French) 1996 December / .net Magazine (FR) - Issue 02 - Dec 1996.iso / Drivers / SERL386 / README.TXT next >
Text File  |  1996-09-13  |  8KB  |  141 lines

  1. ======================================================================
  2.   Microsoft(R) Product Support Services Application Note (Text File)
  3.    WG1001: UPDATED SERIAL.386 DRIVER FOR WINDOWS(TM) FOR WORKGROUPS
  4. ======================================================================
  5.                                                    Revision Date: 9/96
  6.                                                        1 Disk Included
  7.  
  8. The following information applies to Microsoft Windows for Workgroups,
  9. version 3.11.
  10.  
  11. -----------------------------------------------------------------------
  12. | The disk and software contained on it, including any accompanying   |
  13. | documentation (the "Software"), are provided to you at no           |
  14. | additional charge.  Microsoft Corporation owns all rights, title,   |
  15. | and interest to the software.  THE SOFTWARE IS PROVIDED "AS-IS,"    |
  16. | WITHOUT WARRANTY OF ANY KIND, AND ANY USE OF THIS SOFTWARE PRODUCT  |
  17. | IS AT YOUR OWN RISK.  IF YOU ARE NOT A PREMIER CUSTOMER, MICROSOFT  |
  18. | SHALL NOT PROVIDE TECHNICAL SUPPORT FOR THIS PRODUCT.  TO THE       |
  19. | MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, MICROSOFT AND ITS       |
  20. | SUPPLIERS DISCLAIM ALL WARRANTIES AND CONDITIONS, EITHER EXPRESS    |
  21. | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES     |
  22. | AND CONDITIONS OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR   |
  23. | PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO THE SOFTWARE.  |
  24. |                                                                     |
  25. | The user assumes the entire risk as to the accuracy and             |
  26. | the use of this Application Note. This Application Note may be      |
  27. | copied and distributed subject to the following conditions:  1) All |
  28. | text must be copied without modification and all pages must be      |
  29. | included;  2) If software is included, all files on the disk(s)     |
  30. | must be copied without modification (the MS-DOS(R)  utility         |
  31. | diskcopy is appropriate for this purpose);  3) All components of    |
  32. | this Application Note must be distributed together;  and  4) This   |
  33. | Application Note may not be distributed for profit.                 |
  34. |                                                                     |
  35. | NO LIABILITY FOR CONSEQUENTIAL DAMAGES.  TO THE MAXIMUM EXTENT      |
  36. | PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL MICROSOFT OR ITS     |
  37. | SUPPLIERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT, OR       |
  38. | CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION,    |
  39. | DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS   |
  40. | OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT   |
  41. | OF THE USE OF OR INABILITY TO USE THE SOFTWARE PRODUCT, EVEN IF     |
  42. | MICROSOFT HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.      |
  43. | BECAUSE SOME STATES AND JURISDICTIONS DO NOT ALLOW THE EXCLUSION    |
  44. | OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, |
  45. | THE ABOVE LIMITATION MAY NOT APPLY.  MICROSOFT'S ENTIRE LIABILITY   |
  46. | AND YOUR EXCLUSIVE REMEDY UNDER THIS EULA SHALL NOT EXCEED FIVE     |
  47. | DOLLARS (US$5.00).                                                  |
  48. |                                                                     |
  49. | You are responsible for complying with all applicable U.S. and      |
  50. | local export laws in connection with use of this product.           |
  51. |                                                                     |
  52. | The Software is provided with RESTRICTED RIGHTS.  Use, duplication, |
  53. | or disclosure by the Government is subject to restrictions set      |
  54. | forth in subparagraph (c)(1)(ii) of the Rights in Technical Data    |
  55. | and Computer Software clause at DFARS 252.227-7013 or subparagraphs |
  56. | (c)(1) and (2) of the Commercial Computer Software--Restricted      |
  57. | Rights at 48 CFR 52.227-19, as applicable.  Manufacturer is         |
  58. | Microsoft Corporation, One Microsoft Way, Redmond, WA  98052-6399.  |
  59. | Any transfer of this software must be accompanied by this statement |
  60. | and may only be transferred if first approved by Microsoft.         |
  61. |                                                                     |
  62. | You agree that you will not export or re-export the SOFTWARE to any |
  63. | country, person, entity or end user subject to U.S.A. export        |
  64. | restrictions, and you are responsible for complying with applicable |
  65. | local export laws in connection with the use of this SOFTWARE.      |
  66. | You warrant and represent that neither the U.S.A. Bureau of Export  |
  67. | Administration nor any other federal agency has suspended, revoked  |
  68. | or denied you export privileges.                                    |
  69. |                                                                     |
  70. | Copyright (C) 1994 Microsoft Corporation.  All Rights Reserved.     |
  71. | Microsoft and MS-DOS are registered trademarks and Windows is a     |
  72. | trademark of Microsoft Corporation.                                 |
  73. | Pentium is a trademark of Intel Corporation                         |
  74. -----------------------------------------------------------------------
  75.  
  76. Introduction
  77. ------------
  78.  
  79. When you use Windows for Workgroups version 3.11 with serial
  80. communications software, you may experience the following problems:
  81.  
  82.  - If you are using a Pentium(TM)-based machine with a 16550 UART chip,
  83.    your system stops responding (hangs) if there is data in the chip
  84.    when the serial communications application attempts to open the
  85.    communications port.
  86.    
  87.    A problem with the 16550 UART implementation causes the chip to
  88.    become trapped in a mode in which data is always detected in its
  89.    FIFO buffer.
  90.  
  91.  - When you are using communications software, you may be able to make
  92.    one connection after starting Windows for Workgroups, but any
  93.    subsequent connections fail and may hang your system.
  94.    
  95.    This problem occurs when SERIAL.386 sends an extra NUL character
  96.    through the port when the communications software calls the
  97.    CloseComm application program interface (API) function. While this
  98.    does not normally cause problems, your second connection may fail
  99.    with some modems.
  100.  
  101. The WG1001 disk included with this Application Note contains an
  102. updated SERIAL.386 driver that corrects both of these problems.
  103.  
  104. To install the updated SERIAL.386 file
  105. --------------------------------------
  106.  
  107. 1. Quit Windows for Workgroups.
  108.  
  109. 2. Make a backup copy of the currently installed SERIAL.386 file by
  110.    typing the following at the MS-DOS command prompt and then pressing
  111.    ENTER
  112.  
  113.       ren <drive>:<path>\serial.386 serial.old
  114.  
  115.    where <drive>:<path> is the location of your Windows SYSTEM
  116.    subdirectory.
  117.  
  118.    For example, if your Windows directory is called WINDOWS and is on
  119.    drive C, type the following at the MS-DOS command prompt and then
  120.    press ENTER:
  121.  
  122.       ren c:\windows\system\serial.386 serial.old
  123.  
  124. 3. Insert the enclosed WG1001 disk in the appropriate floppy disk
  125.    drive.
  126.  
  127. 4. To copy the file to the Windows SYSTEM subdirectory, type the
  128.    following at the MS-DOS command prompt and then press ENTER
  129.  
  130.       copy <drive>:\serial.386 <destination>
  131.  
  132.    where <drive> is the floppy disk drive containing the WG1001 disk
  133.    and <destination> is the drive and directory of your Windows SYSTEM
  134.    subdirectory.
  135.  
  136.    For example, if the WG1001 disk is in drive A and your Windows
  137.    directory is called WINDOWS and is on drive C, type the following
  138.    at the MS-DOS command prompt and then press ENTER:
  139.  
  140.       copy a:\serial.386 c:\windows\system
  141.